home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- activeBreadboard. setAnimatePoint ( 20 , 200 )
- activeBreadboard. stampAndMove ( "Axon" , "inputAxon" )
- inputAxon. setRows ( 2 )
-
- activeBreadboard. stampOnAndMove ( "Function" , "inputAxon" )
- function. setActiveAccessPoint ( "Pre-Activity" )
- function. setDataSource ( "SquareWaveFunction" )
- function. setSamples ( 2 )
-
- activeBreadboard. stampOnAndMove ( "Noise" , "function" )
- noise. setVariance ( 0.150000 )
-
- activeBreadboard. setAnimatePoint ( 15 , 175 )
- activeBreadboard. stampAndMove ( "StaticControl" , "control" )
-
- activeBreadboard. stampOnAndMove ( "DataStorage" , "inputAxon" )
- dataStorage. setBufferLength ( 100 )
- dataStorage. setMessageEvery ( 100 )
-
- activeBreadboard. stampOnAndMove ( "ScatterPlot" , "dataStorage" )
- scatterPlot. setName ( "activeInputProbe" )
- activeInputProbe. setXMinScale ( -1.500000 )
- activeInputProbe. setXMaxScale ( 1.500000 )
- activeInputProbe. setYMinScale ( -1.500000 )
- activeInputProbe. setYMaxScale ( 1.500000 )
- activeInputProbe. tileWindow (1,4,3,3)
-
- activeBreadboard. lockWindowUpdate()
- CreateLargeButtonMacroPath = macro. pathFromNS ( "Macros\create large button.nsm" )
- activeBreadboard. runMacro ( CreateLargeButtonMacroPath )
- controlButton. setText ( "Step Epoch" )
- controlButton. moveTo ( 630 , 55 )
- ControlMacroPath = macro. pathFromNS ( "Macros\stepEpoch.nsm" )
- controlButton. setMacroPath ( ControlMacroPath )
- activeBreadboard. unlockWindowUpdate()
-
- activeBreadboard. select ( NULL , FALSE )
-
- control. setExemplars ( 100 )
- control. setEpochs ( 30 )
-
- NextMacroPath = macro. pathFromMacro ( "Principal component analysis.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-